

/* Start:/bitrix/templates/logistic/components/bitrix/news.detail/country/style.css?17702897921940*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.info-container section h2{text-align:left !important;}

.country__title {
	color: #a01065;
	font-weight: 700;
	font-size: 32px;
	line-height: 28px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}

.calculate-cost {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 760px;
	justify-content: center;
	margin: 0 auto;
	margin-top: 40px;
}

.country h2 {
	color: #a01065;
	font-weight: 700 !important;
	font-size: 25px;
	line-height: 1;
	padding-bottom: 5px;
	margin-bottom: 12px;
	margin-top: 40px;
}

.calculate-cost__title {
	color: #a01065;
	font-weight: 700 !important;
	font-size: 25px;
	line-height: 1;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

.calculate-cost__fields-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 12px;
	align-items: center;
}

.calculate-cost__fields-wrapper img {
	width: 40px;
}

.calculate-cost input {
	flex: 1;
	height: 40px;
	box-sizing: border-box;
	padding: 10px;
}

.calculate-cost .header-form__check-wrapper {
	color: #a01065;
	font-size: 14px;
}

.calculate-cost__btn {
	border-radius: 8px;
	color: white;
	background-color: #a01065;
	border: 1px solid #a01065;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	padding: 10px;
	margin-top: 8px;
	text-transform: uppercase;
}

.calculate-cost #CONSENT-label > a {
	bottom: -6px;
	left: 31px;
}

.country__section p {
	padding: 8px 0;
}

.country__section ul {
	list-style: disc;
	padding-left: 20px;
}

.country__type-transportation {
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.country__type-transport {
	background: url("/bitrix/templates/logistic/components/bitrix/news.detail/country/./images/air_deliveries.jpg");
}

/* End */


/* Start:/bitrix/templates/logistic/stylesheets/country.css?17702897925194*/
div.news-detail
{
    word-wrap: break-word;
}
div.news-detail img.detail_picture
{
    float:left;
    margin:0 8px 6px 1px;
}
.news-date-time
{
    color:#486DAA;
}
.info-container section h2{text-align:left !important;}

.country__title {
    color: #a01065;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
}

.calculate-cost {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 770px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
}

.country__success-form-msg {
    display: none;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 40px;

    border: 4px solid #a01065;
}

.calculate-cost__title._upper {
    text-align: center;
    margin: 0!important;
    padding: 0!important;
}

.country h2 {
    color: #a01065;
    font-weight: 700 !important;
    font-size: 25px;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 12px;
    margin-top: 40px;
}

.country a {
    color: #851d31;
}

.calculate-cost__title {
    color: #a01065;
    font-weight: 700 !important;
    font-size: 25px;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 12px;
}

.calculate-cost__fields-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 12px;
    align-items: center;
}

.calculate-cost__fields-wrapper img {
    width: 40px;
}

.calculate-cost input {
    flex: 1;
    box-sizing: border-box;
    padding:  10px 10px 15px;
    width: 100%;
    font-size: 16px;
    font-style: inherit;
    font-family: inherit;
    line-height: 1.5;
    -webkit-appearance: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #af367e;
}

.calculate-cost input:not(.input-checkbox):focus {
    border: none;
    outline: 1px solid black;
}


.calculate-cost .header-form__check-wrapper {
    color: #a01065;
    font-size: 14px;
    align-items: center;
}

.calculate-cost .header-form__check-wrapper a {
    color: #a01065;
}

.calculate-cost .error-message {
    position: absolute;
    bottom: 3px;
    padding-left: 10px;
    color: #ff3131 !important;
}

.calculate-cost__btn {
    border-radius: 8px;
    color: white;
    background-color: #a01065;
    border: 1px solid #a01065;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    margin-top: 8px;
    text-transform: uppercase;

    cursor: pointer;
}

.calculate-cost__btn:disabled {
    background-color: #b4618c;
    border-color:  #b4618c;
    cursor: default;
}

.calculate-cost #CONSENT-label > a {
    bottom: -6px;
    left: 33px;
}

.calculate-cost__field-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.country__section p, .country__highlight {
    padding: 8px 0;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
}

.country__highlight {
    font-weight: 500;
    color: #a01065;
}

.country__section ul {
    list-style: disc;
    padding-left: 20px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.country__type-transportation {
    display: flex;
    flex-direction: row;
    gap: 12px;
}



.country__type-transport {
    max-width: 200px;
    width: 100%;
    height: 150px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}


.country__type-transport a {
    color: white;
    text-decoration: none;
    display: block;
    max-width: 200px;
    width: 100%;
    height: 150px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(192, 192, 192, 0.2));
}

.country ol {
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding-left: 25px;
    margin: 15px 0;
    
}

.country__type-transport a:hover {
    background: rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

@media  (max-width: 820px) {

    .calculate-cost__fields-wrapper {
        align-items: flex-start;
    }

    .calculate-cost__fields-wrapper {
        flex-direction: column;
    }

    .calculate-cost__fields-wrapper img {
        display: none;
    }


    .calculate-cost__field-wrap {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .country__type-transportation {
        flex-direction: column;
    }

    .country__type-transport, .country__type-transport a  {
        max-width: 100%;
    }
    
    .country h3 {
        padding: 0 10px;
    }
}
/* End */


/* Start:/local/components/skillline/news.list/templates/.default/style.css?17702898001533*/
.faq-container,
.faq-container__dropdown {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.faq-container__dropdown._active .faq-container__dropdown-head .faq-container__dropdown-cross {
    transform: rotate(45deg);
}

.faq-container__dropdown-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    background: #871e5d;
    cursor: pointer;
    box-shadow: 0px -6px 26px -19px rgba(0, 0, 0, 0.5) inset;
}

.faq-container__dropdown-head p {
    padding: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.faq-container__dropdown-head .faq-container__dropdown-cross {
    min-width: 28px;
    width: 28px;
    height: 28px;
    padding-right: 15px;
    background: url('/local/components/skillline/news.list/templates/.default/./img/cross.svg') no-repeat center;
    background-size: contain;
    transform: rotate(0);
    transition: all 0.4s ease;
}

.faq-container__dropdown-description {
    width: 100%;
    height: 0;
    background: #dce0e1;
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-container__dropdown-description ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: circle;
    padding-left: 31px;
}

.faq-container__dropdown-description p {
    padding: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
/* End */
/* /bitrix/templates/logistic/components/bitrix/news.detail/country/style.css?17702897921940 */
/* /bitrix/templates/logistic/stylesheets/country.css?17702897925194 */
/* /local/components/skillline/news.list/templates/.default/style.css?17702898001533 */
