* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {

}


/*header*/
header {
    height: 100px;
    background: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header div h5 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.015em;
    color: #0B4771;
}

.logoBlock {
    position: relative;
    z-index: 2;
    top: -68px;
    width: 471px;
    height: 471px;
    border-radius: 0 0 50% 50%;
    background: #FFFFFF;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}

.logoBlock img {
    margin-bottom: 60px;
}

.languageSwitcher {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.015em;
    color: #0B4771;
    display: flex;

}

.languageSwitcher a {
    color: #0B4771;
    text-decoration: none;
}
@media (max-width: 425px) {
    .clients h1 {
        font-size: 43px !important;
    }
    .contactsTextBlock h1 {
        font-size: 43px !important;
    }
    .FishTypes_title_block {
        padding-top: 100px !important;
    }
}
@media (max-width: 720px) {
    .languageSwitcher a {
        color: white;
        text-decoration: none;
    }
}
.languageSwitcher div {
    margin: 0 5px;
    cursor: pointer;
}

.active {
    font-weight: 700;
}

/*----------------*/

/*FishTypes*/

.FishTypes {
    height: 1100px;
    background: url(./image/fish_in_see.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.FishTypes_title_block {
    font-family: 'Montserrat', sans-serif;

    line-height: 75px;
    color: white;
    text-align: center;
    padding-top: 400px;
}

.FishTypes_title_block h1 {
    font-weight: 700;
    font-size: 51pt;
    margin-bottom: 30px;
}

.FishTypes_title_block p {
    font-weight: 300;
    font-size: 58pt;
}

.FishTypes_block h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    /* or 130% */

    letter-spacing: 0.05em;

    color: #0B4771;
    margin: 50px auto;
    display: none;
}

.FishTypes_block {
    width: 100%;
    max-width: 1140px;

    background: white;
    flex-wrap: wrap;
    display: flex;
    position: absolute;
    bottom: -140px;
}

.FishTypes_block div {
    font-family: 'Montserrat';
    font-style: normal;
    line-height: 29px;
    letter-spacing: 0.015em;
    color: #048CA8;
    padding-top: 33px;
    margin-left: 40px;
}

.FishTypes_block div h3 {
    font-size: 24px;
    font-weight: 700;
}

.FishTypes_block div ul {
    margin-left: 20px;
}

/*---------*/
/*aboutUs*/
.aboutUs {
    margin-top: 300px;
    display: flex;
    justify-content: center;
}

.AboutUsImageBlock {
    position: relative;
    width: 370px;
    height: 539px;
}

.AboutUsImageBlock div {
    width: 370px;
    height: 539px;
}

.AboutUsImageItem {
    position: absolute;
    left: 30%;
    bottom: 5%;
}

.restangle {
    background: #048CA8;
    position: absolute;

}

.aboutUsTextBlock {
    margin-left: 200px;
    width: 70vw;
}

.aboutUsTextBlock p {
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */

    letter-spacing: 0.015em;

    color: #0B4771;
}

.aboutUsTextBlock h1 {
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 75px;
    /* identical to box height, or 134% */
    letter-spacing: 0.05em;
    color: #048CA8;
}

/*-----------------*/
/*Clients*/
.clients {
    background: #048CA8;
    margin-top: 100px;
}

.clients h1 {
    padding-top: 100px;
    padding-bottom: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 75px;
    /* identical to box height, or 134% */

    text-align: center;
    letter-spacing: 0.05em;

    color: #FFFFFF;

}

.clientsTypes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.clientsTypesItem {
    background: white;
    width: 536px;
    margin: 50px;
}

.clientsTypesItem img {
    width: 100%;
    height: 330px;

}

.clientsTypesItem div {
    width: 100%;
    height: 50px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clientsTypesItem div p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.015em;
    color: #048CA8;
}

/*---------*/
/*КОНТАКТИ*/

.contacts {
    background: #0B4771;
    padding-top: 100px;
    display: flex;
    justify-content: space-around;
}

.contactsTextBlock h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 75px;
    /* identical to box height, or 134% */
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.contactsTextBlock p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */

    letter-spacing: 0.015em;

    color: #FFFFFF;
}

.contactsFormBlock form {
    display: flex;
    flex-direction: column;
}

.contactsFormBlock form label {
    margin-top: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */

    letter-spacing: 0.015em;

    color: #FFFFFF;
}
.captcha-block {
    width: 532px;
}
.contactsFormBlock form input {
    width: 532px;
    height: 52px;
    background: #D9D9D9;
    border: none;
    font-size: 17pt;
    padding-left: 10px;
}

.contactsFormBlock form textarea {
    resize: none;
    width: 532px;
    height: 233px;
    background: #D9D9D9;
    font-size: 17pt;
    padding-left: 10px;
    padding-top: 5px;
}

.contactsFormBlock form button {
    margin: 30px 0;
    width: 100%;
    max-width: 532px;
    height: 84px;
    background: #048CA8;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}


footer {
    height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.year {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */

    letter-spacing: 0.015em;

    color: #0B4771;
}

nav a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    letter-spacing: 0.015em;
    color: #0B4771;
    text-decoration: none;
    margin-left: 35px;
}

.mobileHeader {
    display: none;
}

.position_mobile_btn {
    display: flex;
    flex-direction: column;
}


@media (max-width: 1100px) {
    .FishTypes {
        height: auto;
        background-position: center right;
    }

    .FishTypes_block {
        justify-content: center;
        position: static;
    }

    .FishTypes_block div {
        width: 200px;
    }

    .FishTypes_title_block h1 {

        font-size: 30pt;

    }

    .FishTypes_title_block p {
        font-size: 37pt;
    }

    .contacts {
        flex-direction: column;
        align-items: center;
    }

    .contactsTextBlock h1, .contactsTextBlock p {
        text-align: center;
    }

    .aboutUs {
        background: #0B4771;
        margin-top: 0px;
    }

    .AboutUsImageBlock {
        display: none;
    }

    .aboutUsTextBlock h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 52px;
        /* or 130% */

        letter-spacing: 0.05em;

        color: #FFFFFF;
        text-align: center;
        padding-top: 50px;
    }

    .aboutUsTextBlock p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        /* or 144% */

        letter-spacing: 0.015em;

        color: #FFFFFF;

    }

    .aboutUsTextBlock {
        margin-left: 0;
        padding-bottom: 50px;
        width: 85vw;
    }

    .clients {
        margin-top: 0;
    }

    .FishTypes_block {

        padding-bottom: 50px;

    }
}


@media (max-width: 720px) {

    header {
        display: none;
    }

    .mobileHeader {
        display: flex;
        height: 200px;
        width: 90vw;
        justify-content: space-around;
    }

    .burger_menu {
        margin: 30px 0;
        cursor: p
    }

    .FishTypes_title_block {
        padding-top: 200px;
    }

    .logoBlock img {
        margin-bottom: 103px;
        margin-left: -38px;
        width: 126px;
        height: 90px;
    }

    .languageSwitcher {
        height: 20px;
        color: white;
        flex-direction: column;
    }

    .mobileHeader .logoBlock {
        position: relative;
        border-radius: 0 0 28px 0%;
        top: 0px;
        left: -73px;
    }

    .FishTypes_title_block h1 {
        text-align: left;
        margin-left: 50px;
        margin-bottom: 0;

    }

    .FishTypes_title_block p {
        margin-bottom: 50px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 100;
        font-size: 40px;
        line-height: 52px;
        /* or 130% */

        letter-spacing: 0.05em;

        color: #FFFFFF;
        text-align: left;
        margin-left: 50px;
    }

    .company {
        display: none;
    }

    .logoBlock {
        position: relative;
        z-index: 2;
        top: 0px;
        left: -73px;
        min-width: 255px;
        height: 264px;

        background: #FFFFFF;
        display: flex;
        align-items: flex-end;
        justify-content: center;

    }

    footer {
        display: none;
    }

}

@media (max-width: 575px) {
    .FishTypes {
        background-image: url("./image/fish_in_see_mobile.png");
        background-size: contain;
        background-position: top;


    }

    .FishTypes_block h1 {
        display: block;
    }

    .FishTypes_block {
        flex-direction: column;
        padding-bottom: 50px;

    }

    .FishTypes_block h1 {
        margin-left: 5vw;
    }

    .FishTypes_block div:nth-child(1n) {
        margin-left: 5vw;
    }

    .FishTypes_block div:nth-child(2n) {
        align-self: flex-end;
        margin-right: 5vw;
    }

    .mobileHeader .logoBlock {
        border-radius: 0 0 203% 0%;
    }


    .clients {

        margin-top: 0;
    }

    .contacts {
        background: white;
    }

    .contactsTextBlock h1 {
        color: #0B4771;
    }

    .contactsTextBlock p {
        color: #048CA8;
    }

    .contactsFormBlock form label {
        color: #0B4771;
    }

    .contactsFormBlock form textarea, .contactsFormBlock form input {
        width: 80vw;
    }
    .captcha-block {
        width: 80vw;
    }

    .FishTypes_title_block p {
        font-size: 25px;
    }


    .clientsTypesItem {
        background: white;
        width: 336.56px;
        margin: 30px 5vw;

    }

    .clientsTypesItem img {
        width: 100%;
        height: 207.21px;
    }

}
input, textarea {
	border: none;
	outline: none;
	font-size: 18px;
	font-family: 'Montserrat';
	padding: 0px 10px;
}
textarea {
	resize: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.loader {
	border-radius: 50%;
	width: 10em;
	height: 10em;
	font-size: 3px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	margin: 0;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.contact-us-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-us-btn.disabled {
	cursor: not-allowed;
}
.captcha-block {
    margin-top: 20px;
}
.error-captcha {
    color: red !important ;
}